Param1Desc{Handle to an UpDown gadget}CommandName{setUpDownRange}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int min, int max}CloseBrace{ }Description{Sets the maximum and minimum possible values for an UpDown gadget.  For example in a model viewer you might only want the user to be able to select a scale between 20 and 200% for the model using an UpDown control attached to an edit gadget.}ReturnDescription{}Param1{gadget}Param2{min}Param2Desc{Minimum possible value of UpDown gadget}Param3{max}Param3Desc{Maximum possible value of UpDown control}